home *** CD-ROM | disk | FTP | other *** search
- 0 poke 53280,0:poke 53281,0
- 1 rem ==================================
- 2 rem commodares problem #42-1 :
- 3 rem internal deletion
- 4 rem solution by
- 5 rem tim gaastra
- 6 rem ========= c-64 version ==========
- 7 rem - for c-128, replace 631, 638, 198
- 8 rem in line 30 with 842, 849, 208
- 9 rem
- 10 print 10
- 20 print 20
- 30 for a=631 to 638:read b:poke a,b:next:poke 198,8
- 35 data 50,48,13,82,117,52,48,13:stop
- 40 list
-